Actually, I was looking for an Image to rotate in a loop.!! The CSS works, but instead of selector svg{} assign a class name then works done!!! Thanks for the help BTW!! 🖤
You can modify the rotate keyframes to have the initial rotation as 360 degrees and the final rotation as 0 degrees! So that part of the code would look like this: @-webkit-keyframes rotate { 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); } } @keyframes rotate { 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); } }
Actually, I was looking for an Image to rotate in a loop.!! The CSS works, but instead of selector svg{} assign a class name then works done!!!
Thanks for the help BTW!! 🖤
hi:) how to I assign a class name to the code she shared? I try to spin an image and the code doesn’t work...
Thanks for the help!
Thank you ❣
Thank you for this.
Thank you so much!
Great tutorial and how can make the rotation in Counterclowise?
You can modify the rotate keyframes to have the initial rotation as 360 degrees and the final rotation as 0 degrees! So that part of the code would look like this:
@-webkit-keyframes rotate {
0% {
transform: rotate(360deg);
}
100% {
transform: rotate(0deg);
}
}
@keyframes rotate {
0% {
transform: rotate(360deg);
}
100% {
transform: rotate(0deg);
}
}
Thank you for reply for this option.@@seedlingstudio
Te amo, Thnks :)
Good video
I love you
i love you
❤❤